'Declaration Public Overloads Overrides Function GetImage( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal renderingSettingsRendering settings used for getting info about the image of page.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal progressDelegateProgress delegate. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- renderingSettings
- Rendering settings used for getting info about the image of page.
- progressDelegate
- Progress delegate. Can be set to null (Nothing in Visual Basic).
Return Value
The image associated with this ImagePage object if image was loaded successfully; null if image loading was canceled.